/* Gallery List */
.gallery-item {
    margin-top: 25px;
}

/* testimonial */
/*------------------------------------------*/
/*			Testimonial
/*------------------------------------------*/
.section-testimonial {
    background: linear-gradient( rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45) ),url(../../images/content/bg-05.png);
    color: #fff;
    background-attachment: fixed;
    padding: 4em 0;
	margin-bottom:0;
}
.box-testi {
    background: rgba(0, 0, 0, 0.3);
}
.testimonial-wrapper { margin: 0 auto; padding: 50px 0 70px}
@media (min-width: 768px) {
	.testimonial-wrapper { width:70%; }
}
.testimonial-wrapper p {
	font-size: 12px;
    padding: 10px;
    margin-bottom: 30px;
    font-family: CenturyBookItalic;
    /* font-style: italic; */
}
@media(min-width:1200px){
.testimonial-wrapper p {
	font-size: 20px;
    line-height: 28px;
}
}
	
.testimonial-wrapper .owl-pagination{
	bottom: -55px
}
.testimonial-wrapper .owl-theme .owl-controls .owl-page.active span, .testimonial-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: transparent;
    opacity: 1;
    zoom: 1.1;
    background: rgba(238, 241, 234,1);
}
.testimonial-wrapper  .owl-theme .owl-controls .owl-page span {
	border-color: transparent;
    zoom: 0.9;
    background: rgba(153, 230, 77,1);
}

.square.testimonial-avatar{
	width: 150px;
    height: 150px;
    position: relative;
    object-fit: cover;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 7px double rgba(255, 255, 255, 1);
}
.box-testi .square.testimonial-avatar {
    margin: 20px auto 40px;
}
.square.testimonial-avatar:after{
	/* border: 4px solid rgba(255,255,255,0.4); */
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.media.testimoniBox {
    border: 1px solid #a2df54;
    border-radius: 10px;
    padding: 10px;
}
.media-body {
    font-family: CenturyBook;
}
.title-testi {
    color: #56af55;
}
ul.img-testi li {
    display: inline-table;
    margin-right: 10px;
}
@media(max-width:787px){
.media.testimoniBox .media-left {
    width: 100%;
    float: left;
}
	.list-unstyled.list-testimoni {
    text-align: center;
	}	
.list-testimoni .square.testimonial-avatar {
    margin: 20px auto 40px;
}
}
.testimonial-avatar img {
    object-fit: cover;
    object-position: top;
}